home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / pc / Mac / Shares / AudioVisualizer Folder / Audio Visualizer v0.8 / STR#_129.txt < prev    next >
Encoding:
Text File  |  1999-01-22  |  1.0 KB  |  63 lines

  1.  
  2.  
  3. allocate memory for gRecordRecs.
  4.  
  5. allocate memory for gHoldBuffs.
  6.  
  7. allocate memory for gPlayBuffs1.
  8.  
  9. allocate memory for gPlayBuffs2.
  10.  
  11. allocate a sound channel.
  12.  
  13. begin recording.
  14.  
  15. stop recording.
  16.  
  17. close sound input device.
  18.  
  19. open sound input device.
  20.  
  21. silence sound channel.
  22.  
  23. dispose of sound channel.
  24.  
  25. determine sound input buffer size.
  26.  
  27. set sound input playthrough status.
  28.  
  29. set sound input 2's compliment status.
  30.  
  31. set sound input sample rate.
  32.  
  33. set the number of sound input channels.
  34.  
  35. set sound input sample size.
  36.  
  37. set sound input continuous recoring state.
  38.  
  39. set stereo input levels.
  40.  
  41. set sound input level meter state.
  42.  
  43. get asynchronous recording info.
  44.  
  45. get sample rate list.
  46.  
  47. get sample size list.
  48.  
  49. determine the number of available sound channels.
  50.  
  51. allocate memory for global variables.
  52.  
  53. read the frequency response from the disk.
  54.  
  55. height value is too small. It must be larger than -200.
  56.  
  57. height value is too large. It must be smaller than 200.
  58.  
  59. sensitivity value is too small. It must be larger than 0.
  60.  
  61. sensitivity value is too large. It must be smaller than 50.
  62.  
  63.